home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / COMMADIO / KERMIT1.LZH / PCKERMIT.HLP < prev    next >
Text File  |  1980-01-01  |  2KB  |  50 lines

  1. KERMIT is a family of  programs that do reliable file transfer between 
  2. computers over TTY lines.  KERMIT can also be used to make the IBM PC 
  3. behave as a terminal for a mainframe.  These are the commands for the  
  4. IBM PC version. 
  5.  
  6.   CONNECT     To make a "virutual terminal" connection to a remote system.
  7.               To break the connection and "escape" back to the PC, type
  8.               the escape sequence (CTRL-] C, that is Control rightbracket
  9.               followed immediately by the letter C.)
  10.  
  11.   EXIT        To return back to DOS. 
  12.  
  13.   HELP        To get a list of KERMIT commands.
  14.  
  15.   RECEIVE     To accept a file from the remote system. 
  16.  
  17.   SEND        To send a file to the remote system. 
  18.  
  19.   SET         To establish system-dependent parameters.  The SET options 
  20.               are as follows: 
  21.  
  22.               BAUD             To set terminal speed to 300, 1200, 1800, 
  23.                                2400, 4800 (default) and 9600.
  24.  
  25.               DEBUG            To set debug mode ON or OFF (default is OFF). 
  26.  
  27.               ESCAPE           To change the escape sequence that lets you 
  28.                                return to the PC Kermit from the remote host.
  29.                                The default is CTRL-] c. 
  30.  
  31.               FILE-WARNING     ON/OFF, default is OFF.  If ON, Kermit will warn
  32.                                you and rename an incoming file so as not to 
  33.                                write over a file that currently exists with the
  34.                                same name. 
  35.  
  36.               IBM              ON/OFF, default is OFF.  This flag should be
  37.                                ON only when transfering files between the PC 
  38.                                and an IBM VM/CMS system.
  39.  
  40.               LOCAL-ECHO       ON/OFF, default is OFF.  This sets the duplex.
  41.                                It should be ON when using the IBM and OFF for
  42.                                the DEC-20.
  43.  
  44.               VT52-EMULATION   Determines whether Kermit should emulate a
  45.                                VT52 or have to PC run in "native" mode.
  46.                                The options are ON (default) and OFF.
  47.  
  48.   STATUS      To see the values of parameters that can be modified 
  49.               via the SET command.
  50.